home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6400 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: walrus.megabaud.fi!not-for-mail
  2. From: petrin@walrus.megabaud.fi (Petri Nordlund)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.games
  4. Subject: Re: What is a "Line 1011 emulator  " error ?
  5. Date: 27 Mar 1996 18:49:37 +0200
  6. Organization: Megabaud Oy,Helsinki,Finland
  7. Message-ID: <4jbrj1$nfc@walrus.megabaud.fi>
  8. NNTP-Posting-Host: walrus.megabaud.fi
  9.  
  10. Jeremy (jeremyn@nj5.injersey.com) writes:
  11. >> Storm/Cydonia (storm@ar.ar.com.au) wrote:
  12. >> Interestingly, I got this error myself for the first time yesterday. Not 
  13. >> with my own program, mind you, but when attempting to run Megaball 4. I 
  14. >> tried it several times and got this guru each time.
  15. >
  16. >I just did my troubleshooting with this, and I uncovered the problem, at 
  17. >least my problem with Megaball, which might be a starting poing for you. 
  18. >Megaball crashes with this error every single time I run it, but ONLY 
  19. >when Executive is running.
  20. >
  21. >I tried setting Executive to noschedule/above for Megaball, then 
  22. >noschedule/leave alone, and it still crashed. Runs fine without 
  23. >Executive. first problem of any kind I've found with Exeutive, which is 
  24. >otherwise a gift from God, near as I can tell.
  25.  
  26.   Some of these games (like Klondike III AGA) use some old MOD-player
  27.   code (med.library for example), that doesn't know anything about
  28.   how to properly allocate a hardware timer (using ciaa[b].resource).
  29.   Instead, they'll just expect a CIA-timer to be free and use it.
  30.  
  31.   Executive is set to use the CIA-A or CIA-B timer by default.
  32.   I suggest you set Executive to use timer.device, you can change
  33.   this from ExecutivePrefs. I'll probably make this default in
  34.   V2.00, although it will cause problems on slower machines,
  35.   because timer.device has higher interrupt level than the
  36.   serial port, and a timer interrupt may occasionally cause a
  37.   character to be lost.
  38. -- 
  39.                                       __
  40.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~///~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41.        Petri Nordlund             __///         petrin@megabaud.fi
  42.  ---------------------------------\XX/----------------------------------
  43.